home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / cdrfl101.zip / cdrgfl.cfg next >
Text File  |  1997-07-20  |  4KB  |  107 lines

  1. ; Configuration file for CDRFL.
  2. ;
  3. ; All lines that start with a semicolon are ignored.
  4. ;
  5. ; The commands you put in this file tell CDRFL how to generate the output
  6. ; file(s).
  7. ;
  8. ; The commands can be in any order, as long as they are all there.
  9. ;
  10. ; This file MUST be small than 64k in size.
  11. ;
  12. ; Multiple configuration files can be used.  By default, CDRFL uses
  13. ; CDRFL.CFG.
  14. ;
  15. ; Each configuration file can control two file listings:
  16. ;
  17. ; 1) Full listing of all files in all areas marked as scanable.
  18. ; 2) Listing of all new files since last process, marked as scanable.
  19. ;
  20. ; Following is a listing of the commands tha can be used in this file,
  21. ; a description of the commands, and, if necessary for clarification,
  22. ; an example of how to use them.
  23. ;
  24. ; All parameters for commands are seperated by commas.
  25. ; Commands and parameters are case insensitive.  To illustrate this, I use
  26. ; a mixture of upper case and lower case letters below.
  27. ;
  28. ; For filenames, if no path is used, the directory CDRFL is in will be used.
  29. ;
  30. ; Command: FULL/NEW
  31. ; Parameters: ON, OFF
  32. ; Purpose: Enables or disables full/new file listing
  33. ; Default: ON
  34. ; Required: No
  35. ; Example: FULL,ON
  36. ; Example: NEW,ON
  37. ;
  38. ; Command: NEW_AGE
  39. ; Parameter: Number
  40. ; Purpose: Defines how new files have to be to be included in the new filelist
  41. ; Required: If NEW is on, yes
  42. ; Notes: Can not be larger than 255 days
  43. ; Notes: Otherwise known as Yanni
  44. ;
  45. ; Command: FULL_NAME/NEW_NAME
  46. ; Parameter: Name (and optional path) of output file listing
  47. ; Restrictions: Gull path and filename must be less than 64 bytes
  48. ; Required: If FULL/NEW is ON
  49. ;
  50. ; Command: FULL_HDR/NEW_HDR
  51. ; Parameter: Name (and optional path) of header text file for full/new listing
  52. ; Restrictions: Full path and filename must be less than 64 bytes
  53. ; Required: Not required
  54. ;
  55. ; Command: FULL_FTR/NEW_FTR
  56. ; Parameter: Name (and optional path) of footer text file for full/new listing
  57. ; Restrictions: Full path and filename must be less than 64 bytes
  58. ; Required: Not required
  59. ;
  60. ; Command: FULL_LIST/NEW_LIST
  61. ; Parameter: ALL, NONE
  62. ; Purpose: Determines whether all bases are included or are not included
  63. ;          in the full/new output listing
  64. ; Default: ALL
  65. ; Required: Not required
  66. ; Notes: Any area not specified by FULL_AREA/NEW_AREA defaults to this
  67. ;        setting
  68. ; Notes: This means any NEW file base you add will automatically follow these
  69. ;        settings
  70. ;
  71. ; Command: FULL_AREA/NEW_AREA
  72. ; Parameter(s): x,x-x,...
  73. ; Purpose: Set these base(s) to the opposite of the FULL_LIST/NEW_LIST setting
  74. ; Required: Not required
  75. ; Notes: Can be used more than once
  76. ; Notes: Must come after FULL_LIST/NEW_LIST
  77. ; Example: 1,5-10,15,20-25
  78. ;
  79. ;
  80. ; Following are some examples, all commented out.  Examples:
  81. ;
  82. ;FULL_NAME,c:\renegade\cdrfl\lotl2.txt
  83. ;NEW_NAME,c:\renegade\cdrfl\lotl2.new
  84. ;new_age,3
  85. ;FULL_HDR,c:\renegade\cdrfl\full.hdr
  86. ;NEW_hdr,c:\renegade\cdrfl\new.hdr
  87. ;full_ftr,c:\renegade\cdrfl\full.ftr
  88. ;new_ftr,c:\renegade\cdrfl\new.ftr
  89. ;
  90. ; the above scans all files areas for both listings, with a 3 day requirement
  91. ; for a file to be new
  92. ;
  93. ; if this command was used with the above:
  94. ;
  95. ;FULL_AREA,11-20,25-30,40-50
  96. ;
  97. ; all areas would be on, except for #11 - #20 in the FULL listing
  98. ;
  99. ; If these were used instead:
  100. ;
  101. ;FULL_LIST,none
  102. ;full_area,1
  103. ;new_area,1
  104. ;
  105. ; for the full output, everything would be off except base #1 and
  106. ; for the new output, everything would be on except base #1
  107.